adTempus API
PreviousUpNext
ICustomCondition::ReferencedObjects Property

A collection containing the adTempus objects referenced by this CustomCondition.

C++
__property IIndependentObjects** ReferencedObjects;
C#
IIndependentObjects** ReferencedObjects;
Visual Basic
Property ReferencedObjects() As IIndependentObjects**

 

If your CustomCondition stores references to any other adTempus objects in its custom object data, you must add those objects to this collection so that adTempus knows about them and can enforce referential integrity constraints. 

For example, if your CustomCondition uses a CredentialProfile, you must add that profile to ReferencedObjects so that adTempus will know that the CredentialProfile is in use and prevent it from being deleted.

adTempus API Reference version 3.0.0.0, revised 10/30/2008